home *** CD-ROM | disk | FTP | other *** search
/ Basic Instinct 2 Press Kit / Basic Instinct 2 Press Kit.iso / pc / main.dxr / Internal_18_WaitForDirectorToFlash.ls < prev    next >
Encoding:
Text File  |  2006-03-15  |  241 b   |  14 lines

  1. global gRecordSet, gTracker
  2.  
  3. on exitFrame me
  4.   if gTracker.p12345 = EMPTY then
  5.     go(the frame + 1)
  6.   else
  7.     if gRecordSet.pDirectorToFlashFinished = "yes" then
  8.       go(the frame + 1)
  9.     else
  10.       go(the frame)
  11.     end if
  12.   end if
  13. end
  14.